home *** CD-ROM | disk | FTP | other *** search
- on Help
- global HelpMode, timer, NoQuiz, GoBack
- if the frame <= 6 then
- set HelpMode to 1
- end if
- if the frame > 6 then
- set HelpMode to 0
- end if
- if HelpMode = 0 then
- set timer to 0
- HelpMovie(4)
- set the puppet of sprite 6 to 0
- set the puppet of sprite 7 to 0
- set the puppet of sprite 8 to 0
- end if
- puppetSound(0)
- go("Help")
- set NoQuiz to 1
- cursor(4)
- end
-
- on LeaveHelp
- global HelpMode, timer, NoQuiz, GoBack, rate
- if HelpMode = 1 then
- set NoQuiz to 0
- go(2)
- end if
- if HelpMode = 0 then
- go(7)
- LeaveHelpMovie(4)
- set the puppet of sprite 6 to 1
- set the puppet of sprite 7 to 1
- set the puppet of sprite 8 to 1
- set timer to 1
- end if
- ClearTrackScripts()
- cursor(-1)
- end
-